Home:ALL Converter>Ionic building an IOS application

Ionic building an IOS application

Ask Time:2016-11-10T16:59:58         Author:noor

Json Formatter

I have finished building and compiling the Android version of the application from my windows laptop.

But to run it on IOS, am I supposed to copy the application folder to a MAC computer and run "ionic run ios"?

Author:noor,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/40523528/ionic-building-an-ios-application
Manoj Rejinthala :

Follow these steps.\n\nCheck whether Ionic is already installed in Mac by typing ionic -v.\n\n\nIf Ionic is already installed, type the following commands:\n\n\nionic platform add ios.\nionic build ios.\n\nIf Ionic is not installed yet,\n\n\nFirst install Node.js in Mac.\nThen install Cordova and Ionic by using this command:\n\nnpm install -g cordova ionic\n\n\n\n\nOnce done with the installation, use the above commands for adding platform and build.\n\nThen you will able to see Xcode file in platform folder iOS.\n\nThen you can ask iOS developer to generate ipa file for iOS build.",
2016-11-10T09:20:43
yy